Decrement the FCP by a given dollar amount.
POST/freeable-compute-plans/decrement
Decrement the FCP by a given dollar amount. If the available FCP is less than the decrement amount, the FCP will become negative, indicating possible cost inefficiencies.
Request
Query Parameters
amount Amountrequired
The amount to decrement the FCP by.
Example: 0.05
Responses
- 200
- 201
Successful Response
- application/json
- Schema
Schema
any
The FCP was decremented successfully.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"message": "success"
}
{
"message": "success"
}
Loading...